projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6d38ae
)
(PC-do-completion): Likewise.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Jun 1994 23:01:33 +0000
(23:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Jun 1994 23:01:33 +0000
(23:01 +0000)
lisp/complete.el
patch
|
blob
|
history
diff --git
a/lisp/complete.el
b/lisp/complete.el
index b9c759588bc2b56f2ef832e3572d71992f77aeb7..8a52c553bf531a9c7236b18f938252994f407a11 100644
(file)
--- a/
lisp/complete.el
+++ b/
lisp/complete.el
@@
-523,7
+523,7
@@
See `PC-complete' for details."
;; If totally ambiguous, display a list of completions
(if (or completion-auto-help
(eq mode 'help))
- (with-output-to-temp-buffer "
*Completions*"
+ (with-output-to-temp-buffer "*Completions*"
(display-completion-list (sort helpposs 'string-lessp)))
(PC-temp-minibuffer-message " (Next char not unique)"))
nil)))))